[INFO] cloning repository https://github.com/mipdableep/rust_nes_emu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mipdableep/rust_nes_emu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmipdableep%2Frust_nes_emu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmipdableep%2Frust_nes_emu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aae0112a262593a5069dc28f45b5d33884847497
[INFO] fixing mipdableep/rust_nes_emu/aae0112a262593a5069dc28f45b5d33884847497 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmipdableep%2Frust_nes_emu" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mipdableep/rust_nes_emu
[INFO] finished tweaking git repo https://github.com/mipdableep/rust_nes_emu
[INFO] tweaked toml for git repo https://github.com/mipdableep/rust_nes_emu written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mipdableep/rust_nes_emu on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mipdableep/rust_nes_emu already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sdd v3.0.5
[INFO] [stderr]   Downloaded cargo-husky v1.5.0
[INFO] [stderr]   Downloaded scc v2.3.0
[INFO] [stderr]   Downloaded syn v2.0.94
[INFO] [stderr]   Downloaded sdl2 v0.37.0
[INFO] [stderr]   Downloaded sdl2-sys v0.37.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0638775eaded1c5ef1b76d19366e27204c2863eb23cbc670ab1f6fb802d1b42f
[INFO] running `Command { std: "docker" "start" "0638775eaded1c5ef1b76d19366e27204c2863eb23cbc670ab1f6fb802d1b42f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0638775eaded1c5ef1b76d19366e27204c2863eb23cbc670ab1f6fb802d1b42f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0638775eaded1c5ef1b76d19366e27204c2863eb23cbc670ab1f6fb802d1b42f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0638775eaded1c5ef1b76d19366e27204c2863eb23cbc670ab1f6fb802d1b42f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling sdl2-sys v0.37.0
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking winnow v0.7.3
[INFO] [stderr]     Checking sdd v3.0.5
[INFO] [stderr]    Compiling sdl2 v0.37.0
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling cargo-husky v1.5.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling syn v2.0.94
[INFO] [stderr]     Checking scc v2.3.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking serial_test v3.2.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking clap v4.5.31
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stderr]     Checking nes_emulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(inline_const_pat)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.88.0; see <https://github.com/rust-lang/rust/pull/138492> for more information
[INFO] [stdout]   = note: removed due to implementation concerns as it requires significant refactorings
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(inline_const_pat)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.88.0; see <https://github.com/rust-lang/rust/pull/138492> for more information
[INFO] [stdout]   = note: removed due to implementation concerns as it requires significant refactorings
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:216:19
[INFO] [stdout]     |
[INFO] [stdout] 216 |             const { SCREEN_WIDTH + 1 } => {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:220:19
[INFO] [stdout]     |
[INFO] [stdout] 220 |             const { SCREEN_WIDTH + 2 }..DOT_TO_START_FETCH_NEXT_LINE_TILES => {} //garbage nametable fetch
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:241:19
[INFO] [stdout]     |
[INFO] [stdout] 241 |             const { FIRST_TILE_FETCH_DOT + 1 }..const { FIRST_TILE_FETCH_DOT + TILE_WIDTH } => {}
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:241:55
[INFO] [stdout]     |
[INFO] [stdout] 241 |             const { FIRST_TILE_FETCH_DOT + 1 }..const { FIRST_TILE_FETCH_DOT + TILE_WIDTH } => {}
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:242:19
[INFO] [stdout]     |
[INFO] [stdout] 242 |             const { FIRST_TILE_FETCH_DOT + TILE_WIDTH } => {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:261:19
[INFO] [stdout]     |
[INFO] [stdout] 261 |             const { FIRST_TILE_FETCH_DOT + TILE_WIDTH + 1 }..SCANLINE_LENGTH_PIXELS => {}
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:310:19
[INFO] [stdout]     |
[INFO] [stdout] 310 |             const { NMI_SCANLINE + 1 }..const { SCANLINES_PER_FRAME - 1 } => {}
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:310:47
[INFO] [stdout]     |
[INFO] [stdout] 310 |             const { NMI_SCANLINE + 1 }..const { SCANLINES_PER_FRAME - 1 } => {}
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:311:19
[INFO] [stdout]     |
[INFO] [stdout] 311 |             const { SCANLINES_PER_FRAME - 1 } => self.handle_pre_render_scanline(frame),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_sprites.rs:173:19
[INFO] [stdout]     |
[INFO] [stdout] 173 |             const { SCREEN_WIDTH + 1 }..DOT_TO_START_FETCH_NEXT_LINE_TILES => 'sprite_fetch: {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:216:19
[INFO] [stdout]     |
[INFO] [stdout] 216 |             const { SCREEN_WIDTH + 1 } => {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:220:19
[INFO] [stdout]     |
[INFO] [stdout] 220 |             const { SCREEN_WIDTH + 2 }..DOT_TO_START_FETCH_NEXT_LINE_TILES => {} //garbage nametable fetch
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:241:19
[INFO] [stdout]     |
[INFO] [stdout] 241 |             const { FIRST_TILE_FETCH_DOT + 1 }..const { FIRST_TILE_FETCH_DOT + TILE_WIDTH } => {}
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:241:55
[INFO] [stdout]     |
[INFO] [stdout] 241 |             const { FIRST_TILE_FETCH_DOT + 1 }..const { FIRST_TILE_FETCH_DOT + TILE_WIDTH } => {}
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:242:19
[INFO] [stdout]     |
[INFO] [stdout] 242 |             const { FIRST_TILE_FETCH_DOT + TILE_WIDTH } => {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:261:19
[INFO] [stdout]     |
[INFO] [stdout] 261 |             const { FIRST_TILE_FETCH_DOT + TILE_WIDTH + 1 }..SCANLINE_LENGTH_PIXELS => {}
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:310:19
[INFO] [stdout]     |
[INFO] [stdout] 310 |             const { NMI_SCANLINE + 1 }..const { SCANLINES_PER_FRAME - 1 } => {}
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:310:47
[INFO] [stdout]     |
[INFO] [stdout] 310 |             const { NMI_SCANLINE + 1 }..const { SCANLINES_PER_FRAME - 1 } => {}
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_background.rs:311:19
[INFO] [stdout]     |
[INFO] [stdout] 311 |             const { SCANLINES_PER_FRAME - 1 } => self.handle_pre_render_scanline(frame),
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const blocks cannot be used as patterns
[INFO] [stdout]    --> src/ppu/render_nes/render_sprites.rs:173:19
[INFO] [stdout]     |
[INFO] [stdout] 173 |             const { SCREEN_WIDTH + 1 }..DOT_TO_START_FETCH_NEXT_LINE_TILES => 'sprite_fetch: {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use a named `const`-item or an `if`-guard (`x if x == const { ... }`) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nes_emulator` (lib) due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: value assigned to `cpu` is never read
[INFO] [stdout]    --> src/cpu/mem_utils/mem_tests.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     cpu.program_counter += 1;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `cpu` is never read
[INFO] [stdout]    --> src/cpu/mem_utils/mem_tests.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 127 |     cpu.program_counter += 1;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `cpu` is never read
[INFO] [stdout]    --> src/cpu/mem_utils/mem_tests.rs:150:5
[INFO] [stdout]     |
[INFO] [stdout] 150 |     cpu.program_counter += 1;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nes_emulator` (lib test) due to 11 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0638775eaded1c5ef1b76d19366e27204c2863eb23cbc670ab1f6fb802d1b42f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0638775eaded1c5ef1b76d19366e27204c2863eb23cbc670ab1f6fb802d1b42f", kill_on_drop: false }`
[INFO] [stdout] 0638775eaded1c5ef1b76d19366e27204c2863eb23cbc670ab1f6fb802d1b42f
